Use PESetGroupOptions to set grouping options for the specified group.
BOOL CRPE_API PESetGroupOptions (
short printJob,
short groupN,
PEGroupOptions FAR *groupOptions );
Specifies the print job for which you wish to set grouping options. | |
Specifies a pointer to PEGroupOptions. |
Declare Function PESetGroupOptions Lib "crpe32.dll" (ByVal printJob As Integer, ByVal groupN As Integer, groupOptions As PEGroupOptions) As Integer
function PESetGroupOptions (
printJob: Word;
groupN: smallint;
var groupOptions: PEGroupOptions
): Bool; stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |